home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / gnu / cpio_2_0.readme < prev    next >
Text File  |  1992-09-20  |  908b  |  38 lines

  1. Short: Amiga-port of GNU cpio-2.0
  2.  
  3. ----------------------------------------------------------------------
  4.  
  5. Hi there!
  6.  
  7. This is a rather quick port of GNU cpio 2.0. It's capable of dumping
  8. symbolic links, but no hard-link, generated by Commodore's "makelink".
  9. You can use the "find"-utility which comes with Steve Koren's SKsh
  10. to produce the file-list used for the file-list:
  11.  
  12. > find dh0: -print | cpio -o >arc-file
  13.  
  14. If you have symbolic links on dh0: (to continue above example), find
  15. will complain. This can be fixed by adding another command to the pipe:
  16.  
  17. > find dh0: -print | sed "s/find: can't open //g" | cpio -o >arc-file
  18.  
  19. (It's your problem how you run the pipe; use "csh" and you'll have no
  20. problems...).
  21.  
  22. That's it!
  23.  
  24.  
  25. Have fun,
  26.  
  27.          Hubert
  28.  
  29.  
  30.  
  31.       Hubert Feyrer
  32.       Bachstr. 40
  33.       W-8304 Mallersdorf
  34.       GERMANY
  35.  
  36.       Tel.: 08772 / 6084
  37.       Internet: c9020@rrzc1.rz.uni-regensburg.de
  38.